Methods
|
|
|
|
__call__
|
__call__ ( self )
Return the value of the feature
|
|
__len__
|
__len__ ( self )
|
|
_link
|
_link ( self, element )
|
|
_notifyLink
|
_notifyLink ( self, item )
|
|
_notifyUnlink
|
_notifyUnlink ( self, item )
|
|
_set
|
_set ( self, value )
|
|
_unlink
|
_unlink ( self, element )
|
|
addItem
|
addItem ( self, item )
Add the item to the collection/relationship, reject if multiplicity exceeded
|
|
clear
|
clear ( self )
Unset the value of the feature (like __delattr__)
|
|
isEmpty
|
isEmpty ( self )
|
|
isReferenced
|
isReferenced ( self, item )
|
|
removeItem
|
removeItem ( self, item )
Remove the item from the collection/relationship, if present
|
|
replaceItem
|
replaceItem (
self,
oldItem,
newItem,
)
|
|
set
|
set ( self, value )
Set the value of the feature to value
|
|
values
|
values ( self )
Return the value(s) of the feature as a sequence, even if it's a single value
|